@charset "utf-8";
@font-face {
  font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
body{
	background: #fcfcfe;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}

.hidden {display: none!important;}
.amt1{
	animation-delay:.25s;
} 
.amt2{
	animation-delay:.5s; 
} 
.amt3{
	animation-delay:.75s;
}
.amt4{
	animation-delay:1s;
}
.amt5{
	animation-delay:1.25s;
}
.amt6{
	animation-delay:1.5s;
}
.hd1{
	height: 120px;
}
.logo a{
	display: inline-block;
	/*height: 102px;*/
	margin-right: 20px;
}
.logo p{
	font-size: 18px;
	color: #333;
	font-weight:bold;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.logo h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-top:4px;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.ban {
    width: 100%;
    height: 460px;
}
.hdphone i{
	display: inline-block;
	margin-right: 15px;
}
.hdphone p{
	font-size: 16px;
	color: #000000;
	margin-bottom:4px;
}
.hdphone h3{
	font-size: 30px;
	color: #007AFF;
	font-weight:bold;
}
.hd2{
	/*background: #14a9a3;*/
	background:#007AFF;
}
.nav span{
	display: block;
	flex: 1;
	position: relative;
}
.nav span a.nava{
	display: block;
	width: 100%;
	text-align: center;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	/*border-bottom: 2px solid #14A9A3;*/
}
.nav span.active a.nava{
	background: #006aa5;
	border-bottom: 2px solid #ffb400;
}
.nav span:hover a.nava{
	background: #006aa5;
	/*border-bottom: 2px solid #ffb400;*/
	border-bottom: 2px solid #ffb400;
	
}
.navhide{
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.navhide a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.navhide a:hover{
	background: #F5F5F5;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.bnyy{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.bnyy .wrap{
	justify-content: flex-end;
}
.bnyybox{
	position: absolute;
	right: 50%;
	margin-right: -600px;
	top: 50%;
	margin-top: -200px;
	z-index: 9;
	width: 320px;
	background: rgba(255,255,255,.7);
	border-top: 3px solid #13958a;
	padding: 40px 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.bnyybox h3{
	font-size: 30px;
	color: #006d69;
}
.bnyybox h3 img{
	margin-right: 10px;
}
.bnyybox p{
	font-size: 24px;
	color: #0a9f99;
	margin: 20px 0 30px 0;
}
.bnyybox input{
	width: 100%;
	height: 50px;
	background: #d5e6ec;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 18px;
}
.bnyybox button{
	cursor: pointer;
	height: 50px;
	background: #ffc600;
	color: #fff;
	border-radius: 4px;
	margin-top: 30px;
	width: 100%;
	font-size: 18px;
}
.mnbw{
	background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,.1);
	padding: 20px;
	position: relative;
	z-index: 999;
	margin-top: -35px;
}
.mnbw span.line{
	width: 60px;
	height: 1px;
	background: #e6e6e6;
	display: inline-block;
	margin-top: 30px;
}
.mnba{
	flex: 1;
}
.mnba h3{
	font-size: 50px;
	color: #007AFF;
}
.mnba h3 em{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #FFB400;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 32px;
	vertical-align: top;
	margin-top: 5px;
}
.mnba p{
	font-size: 18px;
}
.swiper-button-prev-bn,.swiper-button-next-bn{
	/*width: 55px;
	height: 55px;
	background: url(../images/bnjt_03.png) no-repeat center;
	margin-top: -55px;
	transition: .5s;*/
}
.swiper-button-prev-bn:hover,.swiper-button-next-bn:hover{
	/*background: url(../images/bnjtac_03.png) no-repeat center;*/
}
.swiper-button-prev-bn{
	left: 7%;
	opacity: 0;
}
.swiper-button-next-bn{
	/*transform:rotate(180deg);*/
	right: 7%;
	opacity: 0;
}
.swiper-container-bn:hover .swiper-button-prev-bn{
	left: 10%;
	opacity: 1;
}
.swiper-container-bn:hover .swiper-button-next-bn{
	right: 10%;
	opacity: 1;
}
.gallery-top .swiper-pagination{width: 185px;line-height: 70px; background: rgba(255,255,255,0.7);left: 475px;bottom: 0;font-size: 18px;}
.md{
	padding: 20px 0;
}
.m1{
	padding-top:45px;
	padding-bottom:65px;
}
.m1r{
	width: 51%;
	margin-left: 50px;
	position:relative;
}
.video-div{
	position:relative;
	top:-195px;
}
.video-zhe{
    z-index: 120;
    width: 100%;
    height: 33%;
	position: absolute;
    top:0;
    left:0;
    background: #000;
    display: inline-block;
}
.video-zhe img{
	position:absolute;
    left:0;
    top:0;
}
.video-div .play-button{
    position: absolute;
    cursor: pointer;
    left: 66%;
    top: 50%;
    width: 6.17rem;
    height: 6.17rem;
    transform: translate(-50%,-50%);
    background: url(../images/zwyplay1.png) no-repeat;
    background-size: 100% 100%;
}
.video-div .play-button:hover {
    background: url(../images/zwyplay2.png) no-repeat;
    background-size: 100% 100%;
}
.vd_fade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
    animation: vdOpen .5s;
    -webkit-animation: vdOpen .5s;
}
@-webkit-keyframes vdOpen {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}

@keyframes vdOpen {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}



.m1l h3{
	color: #000;
	font-size: 30px;
}
.m1l .txt{
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 25px 0;
}
.mdtop{
	min-height: 119px;
	/*background: url(../images/mdtop_03.png) no-repeat center;*/
	justify-content: center;
}
.mdtop h3{
	font-size: 45px;
	color:#000000;
	letter-spacing: 3px;
	line-height:40px;
	font-weight:bold;
}
.mdtop h3 i{
	color: #14A9A3;
}
.mdtop p{
	font-size: 18px;
	margin-top: 20px;
	font-size: 20px;
    color: rgba(12,32,69,0.8);
    font-weight: normal;
    letter-spacing: 2px;
}
 .cas-link{
	height: 45px;
    line-height: 45px;
    text-align: right;
}
.m2 .cas-link a {
    display: inline-block;
    font-size: 20px;
	padding-right:95px;
    color: rgba(12,32,69,0.8);
}
.m2 .cas-link a:hover{
	color:#007AFF;
}

.m2w{
	padding: 0 40px;
}
.m2a{
	width: 22%;
	margin-top: 10px;
	background: #f3f3f3;
	border-bottom: 2px solid #ffb400;
	position: relative;
}
.m2aimg{
	height: 484px;
	overflow: hidden;
}
.m2aimg.index_case{ height: 340px;}
.m2atxt h3{
	font-size: 18px;
	font-weight: normal;
	 font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.m2atxt p{
	font-size: 12px;
	color: #666;
	margin-top: 15px;
}
.m2a .m2atxt:hover p{
	color: #fff;
}
.m2atxt{
	width: 100%;
	padding: 20px;
	background: #f3f3f3;
}
.m2a .m2atxt:hover{
	background: #007AFF;
	color: #fff;
}
.m3{
	color: #fff;
	background: url(../images/m3bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.m3r{
	width: 35%;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid rgba(255,255,255,.5);
}
.m3r h3{
	font-size: 26px;
	font-weight: normal;
}
.m3r p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}
.m3l .title{
	font-size: 26px;
	font-weight: normal;
}
.m3l .title i{
	color: #14A9A3;
}
.m3la{
	width: 400px;
	margin: 0 auto;
	background: #14A9A3;
	color: #fff;
	padding: 10px 40px;
	border-radius: 50px;
	margin-top: 25px;
}
.m3la .txt{
	display: inline-block;
	font-size: 13px;
	text-align: left;
}
.m3la .txt h3{
	font-size: 36px;
}
.m3la img{
	margin-right: 15px;
}
.m4 .cas-link {
    height: 45px;
    line-height: 45px;
    text-align: right;
}
.m4 .cas-link a{
	padding-right:98px;
	display: inline-block;
    font-size: 20px;
    padding-right: 95px;
    color: rgba(12,32,69,0.8);
}
.m4 .cas-link a:hover{
	color:#007AFF;
}
.m4w{
	padding: 0 60px;
}
.m4t{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.m4t ul{
	display: flex;
	flex-wrap: wrap;
}
.m4t ul li{
	flex: 1;
}
.m4ta{
	height: 220px;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}
.m4t ul li:last-child .m4ta{
	border-top: 1px solid rgba(255,255,255,.5);
}
.m4tashow h3{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
	color: #fff;
}
.m4tashow{
	transition: .5s;
	opacity: 1;
}
.m4tashow i{
	display: block;
	margin: 0 auto;
	height: 2px;
	width: 40px;
	background: #fff;
}
.m4tahide{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	padding: 0 30px;
	color: #fff;
	background: rgba(0,122,255,.7);
	transition: .5s;
	opacity: 0;
}
.m4tahide h3{
	font-size: 18px;
	font-weight: normal;
}
.m4tahide i{
	display: block;
	margin: 15px 0;
	height: 2px;
	width: 40px;
	background: #fff;
}
.m4tahide p{
	font-size: 12px;
}
.m4tahide span{
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
	background: #fff;
	border-radius: 25px;
	padding: 0 20px;
	color:#000;
	margin-top: 10px;
}
.m4tahide span img{
	vertical-align: middle;
	margin-top: -3px;
}
.dx{
	text-transform: uppercase;
}
.m4t ul li.active .m4tahide{
	opacity: 1;
	color:#ffffff;
}
.m4t ul li.active .m4tashow{
	opacity: 0;
	color:#ffffff;
}
.m5{
	display:none;
}
.m5w{
	background: url(../images/m5line_03.png) repeat-y center top;
	align-items: flex-start;
}
.m5a{
	width: 47%;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.m5aimg{
	height: 330px;
	overflow: hidden;
}
.m5atxt{
	padding: 35px 25px;
}
.m5atxt i{
	width: 70px;
	height: 70px;
	background: #14A9A3;
	color: #fff;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 36px;
	position: absolute;
	left: 25px;
	top: -35px;
	z-index: 99;
}
.m5atxt h3{
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m5atxt h3 span{
	font-weight: bold;
	color: #14A9A3;
}
.m5atxt p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m5atxt p span{
	color: #14A9A3;
}
.m6t li,.m9t li,.m11t li{
	display: inline-block;
}
.m6t li a,.m9t li a,.m11t li a{
	border: 2px solid #e2e2e2;
	line-height: 46px;
	font-size: 18px;
	padding: 0 35px;
	display: inline-block;
}
.m6t li.active a,.m9t li.active a,.m11t li.active a{
	background: #007AFF;
	border: 2px solid #007AFF;
	color: #fff;
}
.m6b li,.m9b li,.m11b li{
	display: none;
}
.m6b li.active,.m9b li.active,.m11b li.active{
	display: block;
}
.news .cas-link{
	height: 52px;
    line-height: 45px;
    text-align: right;
	width:95%;
}
.news .cas-link a{
	display: inline-block;
    font-size: 20px;
    color: rgba(12,32,69,0.8);
    padding: 4px 0px;
}
.news .cas-link a:hover{
	color:#007AFF;
}
.news .m9b ul li .m9w a{
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.news .m9b ul li .m9w a:hover{
	border: 0px solid #007aff;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
}

.m7{
	background: url(../images/m7bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
}
.m7ra{
	line-height: 36px;
	font-size: 18px;
}
.m7ra i{
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	color: #333;
	margin-right: 10px;
}
.m7r{
	border: 0;
	width: 50%;
}
.m8tbg{
	height: 951px;
    background: url(../images/team.jpg) no-repeat center;
}
.m8tbg .mdtop .w100 h3{
	color:#fff;
}
.m8tbg .mdtop .w100 i{
	color:#fff;
}
.m8tbg .mdtop .w100 p{
	color:#fff;
}
.m8tbg .m8t .m8tar h3{
	color:#fff;
}
.m8tbg .m8t .m8tar span{
	color:#fff;
}
.m8tbg .m8t .m8tar .txt{
	color:#fff;
}

.m8tbg .pc-botton{
	width: 44px;
    height: 130px;
    background: #bdc1cb !important;
    margin-top: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    color: #222;
    line-height: 130px;
}


.m8tal{
	width: 55%;
	max-height: 482px;
	overflow: hidden;
	/*background: url(../images/n8bg_03.jpg) no-repeat left top;*/
	background-size: 90%;
	padding-left: 25px;
	padding-top: 25px;
	margin-right: 60px;
}
.m8tal .teacher{max-height: 482px;background-size: 100%; background-color:#bdc1cc; width:95%;border:2px solid #007AFF;}
.m8tal img{
	display: block;
	margin:auto;
	width:80%
}
.m8tar h3{
	font-size: 36px;
	color: #14A9A3;
}
.m8tar .introduce{
	font-size: 20px;
	color: #404248;
	display: inline-block;
	margin: 15px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.m8tar .txt{
	color: #666;
	line-height: 24px;
}
.m8tar a{
	display: inline-block;
	line-height: 56px;
	font-size: 22px;
	padding: 0 35px;
	border-radius: 50px;
	color: #fff;
	background: #007AFF;
	margin-top: 20px;
}
.m8tar a:hover{
	background: #ffae00;
	color:#fff;
}
.m8ba{
	width: 100%;
	height: 130px;
	background-size: cover !important;
}
.gallery-thumbs .swiper-slide-thumb-active .m8ba{
	border: 2px solid #007AFF;
}
.m8b{
	padding: 0 65px;
}
.swiper-button-next-m8,.swiper-button-prev-m8{
	width: 44px;
	height: 130px;
	background: #bdc1cb !important;
	margin-top: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-size: 30px;
	color: #222;
	line-height: 130px;
}


.m9b,.m11b{
	/*padding: 0 40px;*/
}
.m9a{
	width: 22%;
	margin-top: 35px;
}
.m9a:hover{
	padding-bottom:4px;
}
.m9aimg{
	height: 225px;
	overflow: hidden;
	/*margin-bottom: 15px;*/
}
.m9atxt{padding:6px;}
.m9atxt span{
	font-size: 12px;
}
.m9a h3{
	font-size: 18px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.m9a p{
	font-size: 14px;
	color: #888;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m9more a{
	line-height: 35px;
	display: inline-block;
	padding: 4px 50px;
	background: #007AFF;
	color: #fff;
	border-radius: 50px;
}
.m9more a:hover{
	background: #ffae00;
	color:#fff;
}
.m10{
	background: url(../images/m10bg_02.jpg) no-repeat center;
	background-size: cover;
}
.m10{
	padding: 110px 0;
	height:600px;
}
.m10 .wrap{
	display: flex;
	justify-content: flex-end;
}
.m10w{
	background: rgba(255,255,255,.8);
	width: 55%;
	padding: 40px;
}
.m10w p{
	font-size: 36px;
	color: #888;
}
.m10w h3{
	font-size:45px;
	color:#000;
	font-weight:bold;
	letter-spacing: 3px;
}
.m10w .txt{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	letter-spacing: 3px;
	margin: 25px 0 40px 0;
}
.m10a a{
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	background: #007AFF;
	color: #fff;
	padding: 0 15px;
	border-radius: 40px;
	margin-right: 14px;
	width:118px;
	text-align:center;
}
.m10a a:hover,.m10a a.active:hover{background: #ffae00;color:#fff;}
.m10a a.active{
	background: #007AFF;
}

.company .honor ul li .m9w a{
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}


.foot{
	background: #161616;
	color: #fff;
	position: relative;
	font-size:16px;
}

.ftt{
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-top: 45px;
	padding-bottom: 35px;
}
.ftt1{
	width: 23.75%;
}
.ftt1 h3{
	font-size: 24px;
	margin: 15px 0;
}
.ftt1 span{
	display: inline-block;
	background: #007AFF;
	color: #fff;
	line-height: 28px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 30px;
}
.ftt2 a{
	display: inline-block;
	line-height: 30px;
	color: #939393;
}
.ftt2 a:hover{
	color: #fff;
}
.ftt2{
	width: 15.8%;
	margin-left: 40px;
}
.ftt3{
	border-left: 1px solid rgba(255,255,255,.3);
	padding-left: 70px;
}

.ftt3l .title{
	font-size: 18px;
	color: #939393;
}
.ftt3w{
	margin: 15px 0;
	font-size: 13px;
}
.ftt3w h3{
	font-size: 28px;
}
.ftt3w i{
	margin-right: 14px;
}
.ftt3w .txt p{
	/*margin-bottom:10px;*/
}
.ftt3l .txtb{
	line-height: 30px;
	color: #939393;
}
.ftt3r{
	width: 140px;
	color: #939393;
}
.ftt3r img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.ftb{
	padding: 20px 0;
	line-height: 25px;
	color: #939393;
	font-size:14px;
}
.ftb a{
	color: #939393;
}
.ftb .beian{width:300px;margin-left:5px; padding:20px 0;}
.ftb .beian a{
	display:inline-block;text-decoration:none;height:20px;line-height:20px;
}
.ftb .beian p.ygw{
	float:left;height:20px;line-height:24px;margin: 0px 0px 0px 5px; color:#939393;
}

.right{
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 999;
}
.rta{
	display: block;
	border-bottom: 1px solid #fff;
}
.rta:last-child{
	border-bottom: 0;
}
.rta1{
	width: 90px;
	height: 90px;
	/*background: #4E6EF2;*/
	background: #4E6EF2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
	cursor: pointer;
}
.rta:hover .rta1{
	background: #ffc600;
}
.rta1 img{
	display: block;
	margin: 0 auto;
}
.rta1 p{
	width: 100%;
}
.rta2{
	position: absolute;
	right: 100%;
	background: #FFC600;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.rta:hover .rta2{
	opacity: 1;
	visibility: inherit;
}
.rta21{
	width: 240px;
	padding: 15px;
	text-align: center;
	top: 0;
}
.rta2 img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.rta22{
	padding: 40px 20px;
	color: #fff;
	width: 240px;
	text-align: center;
	top: 0;
}
.rta22 p{
	font-size: 16px;
}
.rta22 h3{
	font-size: 24px;
	margin: 15px 0;
}
.rta23{
	width: 390px;
	background: #f5f6fb;
	padding: 20px;
	bottom: 0;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.rta23 p{
	font-size: 16px;
	line-height: 26px;
}
.rta23a{
	margin-top: 15px;
}
.rta23a p i{
	color: #dc3048;
}
.rta23a input,.rta23a select,.rta23a textarea{
	height: 40px;
	background: #fff;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	margin-top: 10px;
}
.rta23a textarea{
	padding: 15px;
	height: 140px;
	resize: none;
}
.rta23b button{
	width: 45%;
	height: 44px;
	background: #666;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
}
.rta23b button.active{
	background: #FFC600;
}
#gotop{
	display: none;
}
.list_tit{
	padding: 15px 0;
	line-height: 25px;
	color: #666;
}
.list_tit a{
	color: #666;
}
.list_tit a:hover{
	color: #14A9A3;
}
.jj1w{
	padding: 30px 0 50px 0;
}
.jj1w a{
	display: inline-block;
	line-height: 54px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 18px;
	color: #666;
	margin: 0 10px;
	margin-top: 20px;
}
.jj1w a.active{
	background: #007AFF;
	border: 1px solid #007AFF;
	color: #fff;
}
.jj2{
	background: url(../images/jj2bg_02.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 600px;
}
.jjtop h3{
	font-size: 40px;
}
.jjtop .txt{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 25px;
}
.textleft{
	text-align: left;
}
.jj3a{
	width: 32%;
	background: #f5f5f5;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 20px;
	margin-top: 40px;
	min-height: 160px;
	display: flex;
	align-items: center;
}
.jj4{
	background: url(../images/jj4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.jj4 .jjtop{
	background: rgba(255,255,255,.8);
	padding: 45px;
}
.jj4w{
	width: 101.333333%;
}
.jj4a{
	width: 32%;
	background: #fff;
	margin-top: 15px;
	padding: 15px;
	margin-right: 1.333333%;
}
.jj4w i{
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	background: #14A9A3;
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
.jj4a h3{
	color: #14A9A3;
	font-weight: normal;
}
.jj4a p{
	line-height: 18px;
	margin-top: 10px;
}
.jj5aimg{
	width: 50%;
}
.jj5atxt1{
	margin-left: 40px;
}
.jj5atxt2{
	margin-right: 40px;
}
.jj5atxt h3{
	font-size: 30px;
	font-weight: normal;
	color: #000;
}
.jj5atxt .txt{
	line-height: 24px;
	margin-top: 20px;
	font-size: 16px;
}
.jj6title{
	font-weight: normal;
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	padding: 0 25px;
	background: #14A9A3;
	color: #fff;
}
.jj6a{
	margin-top: 30px;
	width: 31.5%;
}
.jj6aimg{
	height: 230px;
	overflow: hidden;
}
.jj6atxt h3{
	font-size: 18px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.jj6atxt p{
	color: #888;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ftfm{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
}
.ftfmw{
	width: 100%;
	height: 70px;
	background: #333;
	width: 100%;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.ftfm1{
	position: absolute;
	left: 0;
	bottom: 0;
}
.ftfm1 img{
	display: block;
}
.ftfmw .wrap{
	padding-left: 180px;
}
.ftfm2{
	color: #fff;
	width: 50%;
	font-size: 18px;
}
.ftfm2 span{
	color: #ffd800;
	margin-left: 10px;
}
.ftfm3{
	width: 50%;
}
.ftfm3 input,.ftfm3 button{
	width: 35%;
	height: 40px;
	border-radius: 40px;
	margin-left: 5px;
}
.ftfm3 input{
	background: #e0e0e0;
	padding: 0 20px;
	font-size: 16px;
}
.ftfm3 button{
	width: 100px;
	background: #007AFF;
	color: #fff;
}
.ftfm3 button:hover{
	background: #ffae00;
	color: #fff;
	cursor: pointer;
}
.ftfm_close{
	position: absolute;
	left: 0;
	top: -40px;
	cursor: pointer;
}
.ftfm_close img{
	height: 40px;
}
.ftfma{
	position: fixed;
	right: 20px;
	bottom: 5%;
	cursor: pointer;
	transition: .25s;
}
.ftfm_active .ftfma{
	display: none;
}
.ftfm_active .ftfmw{
	left: 0;
	opacity: 0.98;
	visibility: inherit;
}
.mid{
	width: 460px;
	position: fixed;
	left: 50%;
	margin-left: -230px;
	top: 50%;
	margin-top: -132px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 9999;
}
.mid_active{
	opacity: 1;
	visibility: inherit;
}
.mid_close{
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}
.mid .gif{width: 132px;position: absolute;bottom: 22px;right: 40px;}
.mid .gif img{max-width: 100%;}
.jj3w_gaj .jj3a{
	width: 48%;
}
.jj3w_gaj .jj3a h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.jj4_gaj .jjtop{
	background: none;
	padding: 0;
}
.jj4a1{
	width: 48.5%;
	margin-top: 30px;
	padding: 15px;
	background: #fff;
}
.jj4a1img{
	width: 45%;
}
.jj4a1txt{
	flex: 0;
	flex-grow: 1;
	margin-left: 15px;
	line-height: 24px;
	font-size: 16px;
}
.jtja{
	width: 48.5%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin-top: 30px;
}
.jtjatxt h3{
	font-size: 22px;
	color: #000;
	margin: 15px 0;
}
.jtja .txt{
	font-size: 16px;
	line-height: 24px;
}
.mdph{
		display:none;
	}

@media only screen and (max-width:1600px) {
	.m2aimg{
		height: 360px;
	}
}
@media only screen and (min-width:768px) and (max-width:1200px) {
	.swiper-wap{
		display:none;
	}
	.swiper-container-bn .bnimg{
		height: 580px;
	}
	.bnyybox{
		right: 0;
		margin-right: 20px;
	}
	.mnba h3{
		font-size: 32px;
	}
	.mnba h3 em{
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}
	.m2w{
		padding: 0;
	}
	.m2aimg{
		height: 250px;
	}
	.m3l .title,.m3r h3{
		font-size: 18px;
	}
	.m4w{
		padding: 0 20px;
	}
	.m4t{
		position: relative;
	}
	.m4ta{
		background: rgba(0,89,85,.7);
	}
	.m4tahide p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.m4tahide span{
		font-size: 12px;
	}
	.m4tahide span img{
		height: 12px;
	}
	.m4ta{
		height: 180px;
	}
	.nav span a.nava{
		font-size: 14px;
	}
	.jtjatxt .txt{
		font-size: 14px;
	}
	
	
}
@media only screen and (max-width:950px) {
	.mdph{
		display:block;
	}
	
	.m8tbg .pc-botton{
		width: 25px;
		height: 52px;
		margin-top: 25px;
		text-align: center;
		font-size: 30px;
		color: #222;
		line-height:220px;
	}
	
	.hdphone h3{
		font-size: 20px;
	}
	.hdphone p{
		font-size: 14px;
	}
	.hdphone img{
		height: 40px;
		margin-left: 10px;
	}
	.hdphone {
		margin-top: 15px;
	}
	.rta1{
		width: 60px;
		height: 60px;
		padding: 5px 0;
	}
	.rta1 img{
		height: 20px;
	}
	.rta1 p{
		font-size: 12px;
	}
	.rta21{
		width: 150px;
	}
	.rta23{
		width: 290px;
	}
	.bnyybox{
		right: 0;
		margin-right: 20px;
		display: none;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.mnb{
		padding-top: 15px;
	}
	.mnbw{
		margin-top: 0;
		flex-wrap: wrap;
	}
	.mnba{
		flex: inherit;
		width: 50%;
		padding: 7px 0;
	}
	.mnbw span.line{
		display: none;
	}
	.mnba h3{
		font-size: 24px;
	}
	.mnba h3 em{
		width: 18px;
		height: 18px;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		margin-left: 4px;
	}
	.mnba p{
		font-size: 12px;
		margin-top: 5px;
	}
	.md{
		padding: 25px 0;
	}
	.mt_50,.mt_60,.mt_70,.mt_80,.mt_90,.mt_100{
		margin-top: 25px;
	}
	.m1r .video-div {
		display: none;
	}
	
	.m1 .wrap{
		display: block;
	}
	.m1l,.m1r{
		width: 100%;
		margin: 0;
	}
	.m1r{
		margin-top: 15px;
	}
	.m1l h3{
		font-size: 22px;
	}
	
	
	.mdtop h3{
		font-size: 24px;
	}
	.mdtop p{
		font-size: 16px;
	}
	.m2w{
		padding: 0 5px;
	}
	.m2a{
		width: 48%;
		margin-top: 20px;
	}
	.m2aimg{
		height: 200px;
	}
	.m2atxt{
		padding: 15px;
	}
	.m2atxt h3{
		font-size: 14px;
	}
	.m3 .wrap{
		display: block;
	}
	.m3l .title{
		font-size: 18px;
		line-height: 28px;
	}
	.m3la{
		width: 100%;
	}
	.m3la .txt h3{
		font-size: 24px;
	}
	.m3r{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 20px;
		border: 0;
	}
	.m4w{
		padding: 0;
	}
	.m4t{
		position: relative;
	}
	.m4ta{
		width: 100%;
		background:rgba(0,122,255,0.8);
		height: 180px;
	}
	.m4tahide p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.m4t ul li{
		flex: inherit;
		width: 50%;
	}
	.m5w{
		background: none;
		margin: 0;
	}
	.m5a{
		width: 100%;
		margin-top: 25px !important;
	}
	.m5aimg{
		height: 250px;
	}
	.m6t li a, .m9t li a, .m11t li a{
		line-height: 40px;
		border: 1px solid #e2e2e2;
		font-size: 14px;
		padding: 0 20px;
		margin: 3px;
	}
	.m7 .wrap{
		display: block;
	}
	.m7ra{
		font-size: 14px;
		line-height: 30px;
	}
	.m7ra i{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.m8ta {
		display: block;
	}
	.m8tal{
		width: 100%;
		padding-left: 10px;
		padding-top: 10px;
	}
	.m8tar h3{
		font-size: 24px;
		margin-top: 15px;
	}
	.m8tar a {
		display: inline-block;
		line-height: 56px;
		font-size: 22px;
		padding: 0 35px;
		border-radius: 50px;
		color: #fff;
		background: #007AFF;
		margin-top: 20px;
		display:none;
	}
	.m8tar a img{
		height: 0.12rpx;
	}
	.m8b{
		padding: 0;
	}
	.swiper-button-next-m8, .swiper-button-prev-m8{
		display: none;
	}
	.m8ba{
		height: 100px;
	}
	.m9b, .m11b{
		padding: 0 5px;
	}
	.m9a{
		width: 48%;
		margin-top: 15px;
	}
	.m9a h3{
		font-size: 16px;
	}
	.m9aimg{
		height: 125px;
	}
	.m10w{
		width: 100%;
		padding: 20px;
	}
	.ftt{
		display: block;
	}
	.ftt1,.ftt2,.ftt3{
		width: 100%;
	}
	.ftt2{
		display: none;
	}
	.ftt3{
		margin: 0;
		padding: 0;
		border: 0;
		border-top: 1px solid rgba(255,255,255,.3);
		margin-top: 20px;
		padding-top: 20px;
		display: block;
	}
	.ftt3r{
		margin: 15px auto 0 auto;
	}
	.ftt3w img{
		height: 40px;
	}
	.ftt3w h3{
		font-size: 24px;
	}
	.ftb{
		display: block;
	}
	.gov{
		text-align:center;
		padding-top:4px;
	}
	.beian{
		display:none;
	}
	.ftbr{
		text-align: left;
		margin-top: 10px;
		margin-left: 0;
	}
	.mid{
		width: 90%;
		margin-left: 5%;
		left: 0;
		margin-top: -100px;
	}
	.ftfma img{
		width: 120px  !important;
	}
	.ftfm1{
		display: none;
	}
	.ftfmw .wrap{
		padding: 15px;
		display: block;
	}
	.ftfmw{
		height: auto;
	}
	.ftfm2,.ftfm3{
		width: 100%;
		font-size: 14px;
	}
	.ftfm3{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ftfm3 input,.ftfm3 button{
		width: 48%;
		height: 35px;
		font-size: 14px;
		margin-left: 0;
		margin-top: 15px;
	}
	.jj1w a{
		font-size: 14px;
		padding: 0 20px;
		line-height: 35px;
	}
	.jj1w{
		padding: 10px 0;
		padding-top: 0;
	}
	.jjtop h3{
		font-size: 20px;
	}
	.jjtop .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.jj3w {
		display: block;
	}
	.jj3a{
		width: 100%;
		margin-top: 15px;
	}
	.jj4 .jjtop{
		padding: 20px;
	}
	.jj4w{
		width: 100%;
		display: block;
	}
	.jj4a{
		width: 100%;
	}
	.jj5a{
		display: block;
		margin-bottom: 20px;
	}
	.jj5aimg,.jj5atxt{
		width: 100%;
		margin: 0;
	}
	.jj5atxt{
		padding: 15px 0;
	}
	.jj6title{
		font-size: 16px;
		line-height: 45px;
		padding: 0 20px;
	}
	.jj6w{
		display: block;
	}
	.jj6a{
		width: 100%;
		margin-top: 20px;
	}
	.jj3w_gaj .jj3a{
		width: 100%;
	}
	.jj4a1{
		width: 100%;
		display: block;
		margin-top: 15px;
	}
	.jj4a1img{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.jj4a1txt{
		margin-left: 0;
		width: 100%;
	}
	.jtja{
		width: 100%;
		margin-top: 15px;
	}
	.jtjatxt h3{
		font-size: 18px;
	}
	.jtjatxt .txt{
		font-size: 14px;
	}
	
	.foot .douyin{
		display:none;
	}
	
	/* 公司相册 */
.k12-gl-gslb-3nf1-1-01{margin: 50px 0;}
.k12-gl-gslb-3nf1-1-01-left dl{width: 22%;float: left;margin: 0 4% 15px 0}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n+4){margin-right: 0;}
.k12-gl-gslb-3nf1-1-01-left dt{background: #fff;height: 233px;height: 13vw;overflow: hidden;}
.k12-gl-gslb-3nf1-1-01-left dt.coach{height: 385px;}
.k12-gl-gslb-3nf1-1-01-left dd.desc{width: 100%;background: #007AFF;color: #fff;padding: 25px 30px 15px;}
.k12-gl-gslb-3nf1-1-01-left dd.desc h4{text-align: left;color: #fff;padding: 0;}
.k12-gl-gslb-3nf1-1-01-left dd h4{font-size: 18px;line-height: 1.8;color: #333333;text-align: center;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.fancybox-wrap{width: 1000px;margin: 0 auto;background: #fff;position: fixed;left: 50%;margin-left: -500px;top: 25%;z-index: 9999;padding: 50px 50px;display: none;}
.fancybox-outer .fancybox-inner{width: 390px;height: 388px;overflow: hidden;}
.fancybox-outer .info{margin-left: 50px;width: 440px;padding-top: 20px;}
.fancybox-outer .info .w-1{font-size: 36px;color: #14a9a3;font-weight: bold;line-height: 1.6;}
.fancybox-outer .info .w-1 span{display: inline-block;margin-right: 20px;}
.fancybox-outer .info .w-2{font-size: 20px;color: #404248;line-height: 1.7;font-weight: bold;border-bottom: 1px solid #e4e6e8;padding: 11px 0;}
.fancybox-outer .info .w-3{font-size: 14px;line-height: 1.8;color: #666666;padding-top: 16px;}
.fancybox-outer .info .more{width: 220px;height:58px;line-height: 58px;text-align: center;background: #14a9a3;color: #fff;font-size: 22px;border-radius:30px;margin-top: 50px;}
}
	
}



/*视频展示*/
.videobox{
	width:100%;
	padding-top:20px;
}
.videobox h2 {
    text-align: center;
    /*margin-bottom: 32px;*/
	position:relative;
	top:-20px;
}
.videobox h2 span{
	text-align:center;
	display: block;
    height: 80px;
    line-height: 94px;
    font-size: 45px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
}
.videobox h2 em{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: rgba(12,32,69,0.8);
    font-weight: normal;
    letter-spacing: 2px;
}


.video{ width: 100%;    height:950px;    position: relative;    z-index: 200;    overflow: hidden;}
.video .vid-sp{background-position: center center;background-repeat: no-repeat;height: 100%;width: 100%;position:relative;}
.video .vid-sp video{ min-width: 100%;object-fit: fill;min-height: 100%;position: absolute;top: 55%;left: 50%;transform: translate(-50%,-55%); }
.video .vid-sp:before{width:100%; height:100%; content:""; position:absolute;left:0;bottom:0;background:rgba(0,0,0,0.2);z-index:200;}
.vid{position: absolute;left:50%;top:174px;width:100%;transform:translateX(-50%);z-index:210;}
.vid h2{text-align: center;margin-bottom: 118px;}
.vid h2 span{display: block; height:69px; line-height: 69px;font-size: 50px; color:#eeeeee;}
.vid h2 em{display: block;height:48px; line-height: 48px;font-size: 28px; color:#eeeeee; font-weight: normal;}
.vid p{font-size: 16px; color:#eeeeee; width:1074px; margin:0 auto 80px;line-height:35px; text-align: center; }
.vid .open{display: block; width:102px; height:102px; background:url(../images/open.png) no-repeat center; cursor: pointer;margin:0 auto;}
.modal-backdrop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #232526;z-index: 300;}
.modal-backdrop .vd{position: absolute;width: 1200px;height: 640px;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 300;}
.modal-backdrop .close{top: 16px;right: 16px;font-size: 24px;line-height: 1;transition: all 0.5s ease;width: 40px;position: absolute;padding: 0;background-color: rgba(0, 0, 0, 0.2);color: #FFF;height: 40px;border: none;display: inline-flex;justify-content: center;align-items: center;white-space: nowrap;text-align: center;border-radius: 50% !important;outline: none;cursor: pointer;z-index: 300;}
.modal-backdrop .vd{background:#000;}

/*公司优势*/
.advan{padding-top:20px;background:#f4f4f4;}
.advan h2{text-align: center; margin-bottom: 32px;}
.advan h2 span{display: block; height:69px; line-height: 69px; font-size: 45px; color:#000000;font-weight: bold;letter-spacing: 3px;}
.advan h2 em{display: block; height:40px; line-height: 40px;font-size: 20px;color:rgba(12,32,69,0.8); font-weight: normal;letter-spacing: 2px;}
.advan ul li{float:left;width:24.9%; line-height: 0; overflow: hidden; margin-left: 1px;position: relative;}
.advan ul li:first-child{margin-left: 0;}
.advan ul li span{display: block; width:100%; overflow: hidden;}
.advan ul li span img{width:100%; height:100%; transition: 1s;}
.advan ul li:before{display:block;width: 100%; height:100%;background:rgba(12,32,69,0.2); content:""; position: absolute; top:0; left:0; -webkit-transition:all .5s linear;-webkit-transition:all .5s linear;z-index:100;}
.advan ul li:hover:before{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);background:rgba(0,93,194,0.8);}
.advan ul li:hover span img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.advan ul li .default{text-align: center; position: absolute; top:39%;left:0;width:100%; z-index:200; transition: 1s;box-sizing: border-box;}
.advan ul li .default i{
	display: block; 
	height:33px; 
	line-height: 33px;
	font-size: 16px; 
	color:#FAFAFA;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.advan ul li .default span{display:block;width:80%;height:93px;margin:0 auto; text-align: center;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);}
.advan ul li .default span em{
	display: block;
	height:57px; 
	line-height: 57px;
	font-size: 41px; 
	color:#FAFAFA; 
	text-align: center;
	letter-spacing: 6px;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.advan ul li .default span p{
	height:33px; 
	line-height: 33px; 
	font-size: 16px; 
	color:#FAFAFA;
	letter-spacing: 2px;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
.advan ul li:hover .default{top:15%;}
.advan ul li strong{display: block;margin-top: 105px;padding:0 10%; transition: .5s; opacity: 0;}
.advan ul li strong em{display: block; padding-left:21px; line-height: 26px; font-size: 14px; color:#FFFFFF;position: relative;margin-bottom: 24px; text-align: left; font-weight: normal;}
.advan ul li strong em:before{width:6px; height:6px; background:#FFF; border-radius: 50%; content:""; position: absolute; left:0;top:11px;}
.advan ul li:hover strong{margin-top: 65px; opacity: 1;}

/*案例分享*/
.case{padding:20px 5% 77px;}
.case h2{text-align: center;}
.case h2 span{display: block;font-size: 45px; color:#000000; height:69px; line-height: 69px;letter-spacing: 3px;}
.case h2 em{display: block; height:39px; line-height: 39px;font-size: 20px; color:rgba(12,32,69,0.8); font-weight: normal;letter-spacing: 2px;}
.case .cas-link{height:52px; line-height:45px; text-align:right;}
.case .cas-link a{display:inline-block;font-size: 20px; color:rgba(12,32,69,0.8); padding:4px 0px;}
.case .cas-link a:hover{color:#007AFF;}
.case ul li{float:left;width:24.62%;margin-left: 0.5%; margin-bottom: 30px; transition: .5s; box-sizing: border-box;box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
.case ul li:first-child,.case ul li:nth-child(5){margin-left: 0;}
.case ul li dl dt{width:100%; line-height: 0; overflow: hidden;}
.case ul li dl dt img{width:100%; height:100%; transition: 1s;}
.case ul li dl dd{padding:12px 29px 20px 22px;background:rgba(229,229,229,0.5);}
.case ul li dl dd h4{height:38px; line-height: 38px;overflow: hidden;}
.case ul li dl dd h4 a{display: block; font-size: 20px; color:#282828;font-weight: normal; transition: .5s;overflow: hidden;}
.case ul li dl dd p{height:30px; line-height: 30px;font-size: 14px; color:#282828;}
.case ul li:hover dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.case ul li:hover{border: 0px solid #007aff;box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.5);}
.case ul li:hover dd h4 a{color:#007aff;}


/*分校 地图*/
.camp .content{ 
	width:1200px;
	margin: 0 auto;
	font-family: "MiSans-Medium";
    src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.clearfix:after{height: 0;content: "";clear: both;display: block;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.camp{padding-top:97px; height:949px; box-sizing: border-box;background:#ffffff;}
.camp h2{text-align: center;margin-bottom: 41px;}
.camp h2 span{display: block;font-size: 45px; color:#000000; height:69px; line-height: 69px;letter-spacing: 3px;}
.camp h2 em{display: block; height:39px; line-height: 39px;font-size: 20px; color:rgba(12,32,69,0.8); font-weight: normal;letter-spacing: 2px;}
.camp .camp_l{width:682px; margin-left: 23px;}
.camp .camp_l .camp_map{background:url(../images/map-pic.jpg) no-repeat center;height:564px; position: relative;}
.camp .camp_l .camp_map span{display: block; text-align: center;position: absolute; }
.camp .camp_l .camp_map span:before{width:100%; height:100%;background:rgba(0,122,255,0.66);content:""; position: absolute; left:0;top:0;border-radius: 50%;-webkit-animation: living 2s linear infinite;}
.camp .camp_l .camp_map span i{display: block;font-size: 18px; color:#FFF;background:url(../images/map-sd.png) no-repeat top center;padding-top:19px;position: relative;}
.camp .camp_l .camp_map span.camp_dz1{width:134px; height:134px;top:233px; right:235px;padding-top:40px; box-sizing: border-box;}
.camp .camp_l .camp_map span.camp_dz1 i{height:47px; line-height: 47px; }
.camp .camp_l .camp_map span.camp_dz2{width:145px; height:145px;top:263px; right:112px;padding-top:42px; box-sizing: border-box;}
.camp .camp_l .camp_map span.camp_dz2 i{height: 51px; line-height: 51px;}
.camp .camp_l .camp_map span.camp_dz3{width:137px; height:137px;bottom:46px; right:246px;padding-top:45px; box-sizing: border-box;}
.camp .camp_l .camp_map span.camp_dz3 i{height:42px; line-height: 42px;}
.camp .camp_l .camp_map span.camp_dz3:before{background:rgba(0,122,255,0.66);}
.camp .camp_l .camp_map span.camp_dz4{width:113px; height:112px;bottom:50px; right:65px;padding-top:34px; box-sizing: border-box;}
.camp .camp_l .camp_map span.camp_dz4 i{height:38px; line-height: 38px;}
@keyframes living {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    50%{
        transform: scale(1.3);
        opacity: 0.7;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.camp .camp_l .camp_pho{margin-top:-120px;padding-left:9px;}
.camp .camp_l .camp_pho .camp-zx{display: inline-block; height:27px; line-height: 27px;padding-left:26px;font-size: 27px; color:#000000; font-weight: bold; background:url(../images/map-tel.png) no-repeat left; margin-bottom: 19px; position: relative; }
.camp .camp_l .camp_pho span{display: block;width:224px; height:37px; text-align: center;background:#007AFF; line-height: 37px;letter-spacing: 6px; margin-bottom: 16px;border-radius: 18px; position: relative; cursor: pointer;}
.camp .camp_l .camp_pho span a{display:block;font-size: 23px;color: #ffffff;border-radius: 18px; border:0px;}
.camp .camp_l .camp_pho span a:hover{color:fff;background:#ffae00;}
.camp .camp_l .camp_pho p{
	font-size: 21px; 
	color:#212121; 
	line-height: 30px;
	position:relative;
	z-index:200;
	font-family: "MiSans-Medium";
  src: local('MiSans-Medium'), local('MiSans-Medium'), url('https://www.fly-uav.com/fonts/MiSans/MiSans/ttf/MiSans-Medium.ttf') format('.ttf');
}

.camp .camp_l .camp_pho .modal-backdrop1{display: none;position: fixed !important;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;z-index:500;background:rgba(0,0,0,0.1);}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1{width: 550px;height: 400px;background: url(../images/zx-form.png) no-repeat center;position: absolute;left: 50%;top: 0;margin-left: -300px;margin-top: -200px;padding:51px 59px 0 46px; box-sizing: border-box;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form{width: 445px; height:226px;padding:25px 37px 0 38px; box-sizing: border-box;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li{float:left;width:185px; height:55px; border-bottom:1px solid rgba(255,255,255,0.1);}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li label{width:40px; height:55px; line-height: 55px; float:left;font-size: 16px; color:#FFF; font-weight: bold;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li input{width:145px; height: 55px; line-height: 55px; padding:0 10px; box-sizing: border-box;font-size: 16px; color:#FFF; background:0; }
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li.last{ border-bottom:0;width:100%;height:80px;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li span{display:none;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form ul li textarea{width:330px; height:80px;padding:15px 10px; box-sizing: border-box; background:0;font-size: 16px; color:#FFF;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .close1{position: absolute;top: 0;right: 0;width: 30px;height: 28px;font-size: 20px;text-align: center;line-height: 50px;color: #333;background: url(../images/zx-close.png) no-repeat center;border-radius: 50%;cursor: pointer;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form .submit{width:50px; height:32px; margin:18px auto 0;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form .submit .form-btn-submit{width:50px; height:32px;background:url(../images/submit.png) no-repeat center; cursor: pointer; font-size:0;}
.camp .camp_l .camp_pho .modal-backdrop1 .vd1 .form .submit .form-btn-reset{display: none;}

.camp .camp_r{width:402px;float:right;margin:36px 32px 0 0;}
.camp .camp_r ul{width:402px; padding:28px 0 33px;background:#f4f4f4; box-sizing: border-box;}
.camp .camp_r ul li{height:52px; overflow: hidden;}
.camp .camp_r ul li span{display: block; margin-left: 50px; height:52px; line-height: 52px;font-size: 19px; color:#2B2B2B; font-weight: bold;padding-left:33px; background:url(../images/map-icon.png) no-repeat left;}
.camp .camp_r ul li.cur{width:427px;margin-left: -25px;background:#0C2045;height:178px;padding-top:25px; box-sizing: border-box;padding-left:45px;}
.camp .camp_r ul li.cur span{margin-left: 0;color:#FFF;background:url(../images/map-icon_h.png) no-repeat left;height:39px; line-height: 39px;margin-bottom: 3px;}
.camp .camp_r ul li .camp_con{padding-left:33px; opacity: 0;}
.camp .camp_r ul li .camp_con em{display: block;height:26px; line-height: 26px;font-size: 12px;color:#ffffff;letter-spacing: 1px;}
.camp .camp_r ul li.cur .camp_con{opacity: 1;}
